/*!
 * Copyright 2015 Hiro.
 * Email ihong@outlook.com
 */
.color-red {
  color: #ed000b;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}

nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  *overflow-x: hidden;
}

/*浮动*/
.fl {
  float: left;
}
.fr {
  float: right !important;
}
.indent {
  text-indent: 2em;
}
/*对齐方式*/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
/*字母设置*/
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.loading span {
  display: block;
  text-align: center;
  color: #999999;
}
/*清理浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.hide {
  display: none;
}
.inline {
  display: inline !important;
}
.block {
  display: block !important;
}
.pull-block {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'TrajanPro';
  src: url("../fonts/TrajanPro.eot")/*tpa=http://www.caa.edu.cn/fonts/TrajanPro.eot*/;
  src: url("../fonts/TrajanPro.eot")/*tpa=http://www.caa.edu.cn/fonts/TrajanPro.eot*/ format('embedded-opentype'), url("../fonts/TrajanPro.woff2")/*tpa=http://www.caa.edu.cn/fonts/TrajanPro.woff2*/ format('woff2'), url("../fonts/TrajanPro.woff")/*tpa=http://www.caa.edu.cn/fonts/TrajanPro.woff*/ format('woff'), url("../fonts/TrajanPro.ttf")/*tpa=http://www.caa.edu.cn/fonts/TrajanPro.ttf*/ format('truetype'), url("../fonts/TrajanPro.svg#TrajanPro")/*tpa=http://www.caa.edu.cn/fonts/TrajanPro.svg#TrajanPro*/ format('svg');
}
.en {
  font-family: 'TrajanPro';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.wrap {
  width: 1048px;
  margin: 0 auto;
}
.icon-dot {
  width: 20px;
  height: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  *vertical-align: middle;
  background: url("../img/dot_3px.png")/*tpa=http://www.caa.edu.cn/img/dot_3px.png*/ no-repeat center center;
}
.btn-ok {
  height: 42px;
  line-height: 36px;
  padding-left: 45px;
  padding-right: 20px;
  border: none;
  background: #ed000b url("../img/icon_g.png")/*tpa=http://www.caa.edu.cn/img/icon_g.png*/ no-repeat 20px center;
  color: #fff;
  font-size: 15px;
}
.box {
  *zoom: 1;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box .hd {
  border-bottom: 1px solid #e8e8e8;
  height: 40px;
  line-height: 40px;
}
.box .hd h2 {
  color: #555555;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  background: url("../img/dot_6px.png")/*tpa=http://www.caa.edu.cn/img/dot_6px.png*/ no-repeat 0 center;
  border-top: 1px solid #fff;
  font-weight: normal;
}
.box .hd h2 .en {
  height: 15px;
  font-size: 14px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #e4e4e4;
  line-height: 19px;
}
.box .hd .more {
  width: 20px;
  height: 40px;
  float: right;
  display: block;
  background: url("../img/dot_g_3px.png")/*tpa=http://www.caa.edu.cn/img/dot_g_3px.png*/ repeat-x 0 center;
}
.box .hd-tabs {
  height: 40px;
  position: relative;
  z-index: 1;
}
.box .hd-tabs h2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  padding-right: 15px;
  background: none;
  border-bottom: 1px solid #e8e8e8;
  height: 39px;
  line-height: 39px;
}
.box .hd-tabs h2 .more {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.box .hd-tabs h2.one {
  background: url("../img/dot_6px.png")/*tpa=http://www.caa.edu.cn/img/dot_6px.png*/ no-repeat 0 center;
  border-left: none;
  background-color: #fff;
}
.box .hd-tabs .current {
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #fff;
  height: 39px;
  line-height: 39px;
  background: #fff;
}
.box .hd-tabs .current .more {
  display: block;
}
.box-row-2 {
  *zoom: 1;
}
.box-row-2:before,
.box-row-2:after {
  content: " ";
  display: table;
}
.box-row-2:after {
  clear: both;
}
.box-col-1 {
  width: 510px;
  float: left;
}
.box-col-2 {
  width: 500px;
  float: right;
}
.box-row-3 {
  *zoom: 1;
}
.box-row-3:before,
.box-row-3:after {
  content: " ";
  display: table;
}
.box-row-3:after {
  clear: both;
}
.box-row-3 .box-col-1,
.box-row-3 .box-col-2,
.box-row-3 .box-col-3 {
  width: 340px;
  height: 236px;
  float: left;
  overflow: hidden;
}
.box-row-3 .box-col-1 .bd,
.box-row-3 .box-col-2 .bd,
.box-row-3 .box-col-3 .bd {
  padding: 17px 0;
}
.box-row-3 .box-col-2 {
  width: 343px;
  margin: 0 16px;
}
.box-row-3 .box-col-3 {
  width: 332px;
}
.logo-list {
  padding: 20px 0;
  overflow: hidden;
  *zoom: 1;
  background: #fff;
}
.logo-list li {
  float: left;
  height: 140px;
  text-align: center;
}
.logo-list li a,
.logo-list li span {
  display: block;
}
.tutor-list {
  padding: 25px 0;
  overflow: hidden;
  *zoom: 1;
}
.tutor-list li {
  width: 174.66666667px;
  text-align: center;
  float: left;
}
.tutor-list li a {
  padding: 25px 0;
  display: block;
  color: #999;
  font-size: 12px;
}
.tutor-list li a .avatar {
  width: 150px;
  height: 150px;
  display: block;
  background: #000;
  margin: 0 auto;
  margin-bottom: 10px;
}
.tutor-list li a:hover {
  color: #ed000b;
}
.user-list {
  padding: 25px 0 20px 34px;
  overflow: hidden;
  *zoom: 1;
}
.user-list li {
  width: 150px;
  height: 210px;
  margin-right: 16px;
  text-align: center;
  float: left;
}
.user-list li a {
  padding: 0 0 25px;
  display: block;
  color: #999;
  font-size: 15px;
}
.user-list li a .avatar {
  width: 150px;
  height: 150px;
  display: block;
  background: #000;
  margin: 0 auto;
  margin-bottom: 10px;
}
.user-list li a:hover {
  color: #ed000b;
}
.news-list {
  padding: 20px 0;
  min-height: 130px;
  *height: 130px;
}
.news-list li.pic {
  width: 198px;
  height: 130px;
  overflow: hidden;
  float: left;
  margin-top: 4px;
  margin-right: 24px;
}
.news-list li {
  line-height: 23px;
}
.news-list li a.tit {
  padding-left: 13px;
  background: url("../img/dot_g_3px.png")/*tpa=http://www.caa.edu.cn/img/dot_g_3px.png*/ no-repeat 2px center;
}
.news-list li .en {
  color: #999;
}
.main-nav {
  float: right;
  padding: 0;
  margin: 0;
}
.main-nav li {
  width: 60px;
  height: 60px;
  float: left;
  line-height: 60px;
  padding: 0 3px 0 0;
  background: url("../img/dot_3px.png")/*tpa=http://www.caa.edu.cn/img/dot_3px.png*/ no-repeat right center;
}
.main-nav li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 102;
}
.main-nav li a.current {
  background: #fff;
}
.main-nav li a:hover {
  color: #f00;
}
.main-nav li.last {
  background-image: none;
}
.sub-nav {
  width: 1048px;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 101;
  display: none;
}
.sub-nav.current {
  display: block;
}
.sub-nav dt {
  padding: 20px 50px;
  height: 33px;
  background: #fff;
  text-align: left;
  opacity: .93;
  filter: alpha(opacity=93);
}
.sub-nav dt a {
  width: auto;
  height: 32px;
  display: block;
  float: left;
  line-height: 32px;
  font-size: 13px;
  text-align: left;
}
.sub-nav dt a.current {
  border-bottom: 2px solid #ed000b;
  color: #ed000b;
}
.sub-nav dt span {
  float: left;
  padding: 16px;
  background: url("../img/dot_g_3px.png")/*tpa=http://www.caa.edu.cn/img/dot_g_3px.png*/ no-repeat center center;
}
.sub-nav dd {
  padding: 20px 0 20px 40px;
  background: #fff;
  border-top: 2px solid #e3e2e1;
  opacity: .93;
  filter: alpha(opacity=93);
  line-height: 36px;
  display: none;
  overflow: hidden;
  *zoom: 1;
}
.sub-nav dd.current {
  display: block;
}
.sub-nav dd a {
  text-align: left;
  font-size: 13px;
  width: 200px;
  float: left;
  display: block;
}
.sub-nav dd .col {
  padding: 0 40px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.sub-nav dd .col a {
  text-align: left;
  display: block;
}
.search-form {
  width: 168px;
  height: 20px;
  padding: 5px;
  background: #f2f2f2;
  box-shadow: 0 0 10px #e4e4e4 inset;
  margin-top: 14px;
  float: right;
  position: relative;
  z-index: 1;
}
.search-form .key {
  width: 168px;
  line-height: 1;
  height: 20px;
  border: none;
  background: none;
  outline: none;
}
.search-form .btn {
  position: absolute;
  z-index: 2;
  right: 7px;
  top: 7px;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  background: url("../img/icons.png")/*tpa=http://www.caa.edu.cn/img/icons.png*/ no-repeat 0 -24px;
}
.input {
  height: 80px;
  line-height: 1;
  font-size: 28px;
  padding: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  color: #333;
}
.input:focus {
  border-color: #f00;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.input.block {
  width: 100%;
}
.form-group-item {
  margin-bottom: 10px;
}
.form-group-item .filed {
  font-size: 28px;
  padding: 10px 0;
  color: #333;
  display: block;
}
.form-group-item .tip {
  padding: 20px 0;
  display: block;
  font-size: 24px;
}
.form-group-item .tip.error {
  color: #ff0000;
}
.input-group {
  width: 100%;
  display: table;
}
.input-group .input {
  width: 75%;
  border-radius: 4px 0 0 4px;
}
.input-group .input,
.input-group .input-addon {
  display: table-cell !important;
  vertical-align: top;
}
.input-group .input-addon {
  width: 25%;
  height: 80px;
  font-size: 28px;
}
.news-detail {
  width: 705px;
  padding: 20px 0 20px 26px;
  float: left;
}
.news-detail .head {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 10px 20px;
}
.news-detail h1 {
  font-size: 15px;
  color: #333;
  line-height: 40px;
}
.news-detail .time {
  color: #444;
}
.news-detail .time a{color:#ccc;}
.news-detail .time a:hover{color:#333;}
.news-detail .detail {
  line-height: 26px;
  font-size: 13px;
  color: #444444;
  padding: 20px 0;
  overflow: hidden;
}
.news-detail .detail p {
  padding: 0 10px;
  margin-bottom: 10px;
}
.news-side {
  width: 274px;
  padding: 65px 20px 0 0;
  float: right;
}
.more-news {
  margin-top: 20px;
}
.more-news h3 {
  padding: 15px;
  border-top: 1px solid #d9d9d9;
}
.more-news h3 i {
  padding: 5px 10px;
  background: url("../img/dot_g_3px.png")/*tpa=http://www.caa.edu.cn/img/dot_g_3px.png*/ repeat-x 0 center;
  margin-left: 10px;
}
.more-news ul {
  background: #f7f7f7;
  padding: 20px 10px;
}
.more-news ul li {
  margin: 0 0 15px;
  line-height: 26px;
}
.more-news ul li a {
  font-size: 13px;
  color: #888;
}
.more-news ul li span {
  color: #aaaaaa;
}
.flow-list {
  margin-top: 10px;
  clear: both;
  *zoom: 1;
}
.flow-list:before,
.flow-list:after {
  content: " ";
  display: table;
}
.flow-list:after {
  clear: both;
}
.flow-list ul {
  width: 1058px;
}
.flow-list ul li {
  width: 254px;
  height: 455px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.flow-list ul .tit {
  height: 48px;
  overflow: hidden;
  font-size: 15px;
  color: #333;
  line-height: 24px;
  margin: 0 20px 6px;
  padding: 16px 0 10px;
  border-bottom: 1px solid #d9d9d9;
}
.flow-list ul .desc {
  font-size: 13px;
  line-height: 26px;
  color: #a3a3a3;
  height: 85px;
  overflow-y: hidden;
  margin: 0 20px;
}
.flow-list ul .time {
  color: #ccc;
  font-size: 10px;
  margin: 0 20px;
}
.daily-list {
  background: #f7f7f7;
  width: 976px;
  padding: 0 36px;
}
.daily-list ul {
  width: 1016px;
  margin: 0;
}
.daily-list ul li,
.daily-list ul li a {
  width: 129px;
  height: 186px;
  display: block;
}
.daily-list ul li {
  float: left;
  padding-right: 40px;
  padding-bottom: 19px;
  margin-bottom: 19px;
}
.daily-list ul li .summary {
  width: 288px;
  height: 146px;
  padding: 20px 26px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 129px;
  display: none;
}
.daily-list ul li .summary h3 {
  font-size: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
  border-bottom: 1px solid #d2d2d2;
}
.daily-list ul li .summary p.txt {
  padding: 10px 0;
  line-height: 26px;
  color: #999999;
}
.daily-list ul li a {
  overflow-y: hidden;
}
.daily-list ul li a:hover {
  width: 469px;
  position: relative;
  z-index: 1;
}
.daily-list ul li a:hover .summary {
  display: block !important;
  box-shadow: -20px 0 80px #333333;
}
.daily-list ul li.one {
  background: #f7f7f7;
  padding-bottom: 18px;
}
.daily-list ul li.one,
.daily-list ul li.one a {
  width: 298px;
  height: 409px;
}
.daily-list ul li.one .summary,
.daily-list ul li.one a .summary {
  height: 369px;
  left: 298px;
}
.daily-list ul li.one p.txt,
.daily-list ul li.one a p.txt {
  height: 294px;
}
.daily-list ul li.one a:hover {
  width: 638px;
}
.daily-list ul li.left a:hover {
  margin-left: -340px;
  text-align: right;
}
.daily-list ul li.left a:hover .summary {
  left: 0;
  box-shadow: 20px 0 80px #333;
}

.daily-list ul li.left a:hover .wh-date {
 left:340px;
 z-index:999;
}

.daily-list .loading {
  padding: 20px 0 40px;
}
.daily-wrap {
  width: 976px;
  padding-top: 20px;
  overflow: hidden;
  background: url("../img/d_bg.png")/*tpa=http://www.caa.edu.cn/img/d_bg.png*/;
  border-top: 1px solid #d2d2d2;
}
.in-page {
  background: #eae5db url("../img/bg.png")/*tpa=http://www.caa.edu.cn/img/bg.png*/ no-repeat center top fixed;
}
.in-container {
  padding: 80px 0;
  min-height: 800px;
}
.in-menu {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 24px 0 0;
  overflow: hidden;
}
.in-menu .btn-menu {
  width: 37px;
  height: 34px;
  display: block;
  margin-left: 17px;
}
.in-menu.open .btn-menu,
.in-menu .btn-menu:hover,
.in-menu .btn-menu.active {
  background: url("../img/icon_nav.png")/*tpa=http://www.caa.edu.cn/img/icon_nav.png*/ no-repeat;
}
.in-menu .menu-wrap {
  width: 200px;
  position: absolute;
  z-index: 10;
  top: 76px;
  left: -200px;
  background: url("../img/menu_b.png")/*tpa=http://www.caa.edu.cn/img/menu_b.png*/ repeat-y;
}
.in-menu .menu-wrap h3 {
  width: 174px;
  padding: 30px 0 16px 26px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #3f4347;
}
.in-menu .menu-items {
  width: 200px;
  padding-bottom: 30px;
}
.in-menu .menu-items li {
  padding-left: 24px;
  height: 47px;
  line-height: 47px;
  background: url("../img/dot_g_3px.png")/*tpa=http://www.caa.edu.cn/img/dot_g_3px.png*/ no-repeat 24px center;
}
.in-menu .menu-items li a {
  display: block;
  height: 100%;
  line-height: 47px;
  padding-left: 15px;
  color: #9e9e9e;
}
.in-menu .menu-items li.active a,
.in-menu .menu-items li a:hover {
  background: url("../img/icon_plus_sm.png")/*tpa=http://www.caa.edu.cn/img/icon_plus_sm.png*/ no-repeat 140px center;
  color: #fff;
}
.in-menu .sub-wrap {
  width: 180px;
  position: absolute;
  top: 76px;
  left: -360px;
  z-index: 9;
  background: url("../img/menu_w.png")/*tpa=http://www.caa.edu.cn/img/menu_w.png*/ repeat-y;
}
.in-menu .sub-wrap ul {
  width: 180px;
  float: left;
  padding-top: 71px;
}
.in-menu .sub-wrap li {
  padding-left: 20px;
  height: 47px;
  line-height: 47px;
  color: #9e9e9e;
}
.page-box {
  background: #fff;
  position: relative;
  z-index: 1;
}
.page-box .hd {
  padding: 20px 25px 15px;
}
.page-box .hd h2 {
  background: url("../img/icon_guo.png")/*tpa=http://www.caa.edu.cn/img/icon_guo.png*/ no-repeat left center;
  padding-left: 40px;
  font-size: 19px;
  color: #000;
}
.page-box .hd h2 .en {
  font-size: 18px;
  height: 19px;
}
.page-box .hd .history,
.page-box .hd .history a {
  color: #ababab;
}
.page-box .hd .history a:hover {
  color: #eb000d;
}
.in-banner {
  position: relative;
  z-index: 1;
  min-height: 300px;
  _height: 300px;
}
.in-banner ul.slide-items li {
  width: 1048px !important;
  min-height: 300px;
  _height: 300px;
  background: #000;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.in-banner .start-stop {
  display: none !important;
}
.anythingControls {
  width: 100%;
  position: absolute;
  z-index: 100;
  bottom: 15px;
  text-align: center;
}
.anythingControls ul {
  text-indent: center;
}
.anythingControls li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 4px;
}
.anythingControls li a {
  width: 30px;
  height: 3px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: -999em;
  background: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.anythingControls li a.cur,
.anythingControls li a:hover {
  background: #cc0000;
}
.in-content {
  padding: 34px;
  line-height: 26px;
  font-size: 13px;
  *zoom: 1;
}
.in-content p {
  line-height: 26px;
  font-size: 13px;
  color: #999;
  margin-bottom: 6px;
}
.in-content p strong {
  color: #666;
}
.in-content h3,
.in-content h4 {
  font-size: 14px;
  padding: 6px 0;
  color: #666;
}
.in-content:before,
.in-content:after {
  content: " ";
  display: table;
}
.in-content:after {
  clear: both;
}
.in-content .pic {
  width: 350px;
}
.in-content .text {
  width: 614px;
  float: left;
  color: #a3a3a3;
}
.in-content .text .in-more,
.in-content .text .in-share {
  margin: 0;
}
.in-images {
  clear: both;
  padding: 0 0 0 34px;
  *zoom: 1;
}
.in-images:before,
.in-images:after {
  content: " ";
  display: table;
}
.in-images:after {
  clear: both;
}
.in-images li {
  float: left;
  margin: 0 16px 16px 0;
  position: relative;
  z-index: 1;
}
.in-images li a span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  display: none;
  
}
.in-images li a:hover span {
  display: block;
}
.in-images li img {
  vertical-align: top;
}
.in-more {
  clear: both;
  margin: 34px 34px 0;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 10px;
}
.in-more .more-link i {
  padding: 0 10px;
  background: url("../img/dot_g_3px.png")/*tpa=http://www.caa.edu.cn/img/dot_g_3px.png*/ repeat-x 0 center;
  margin-left: 10px;
}
.in-more .about-link {
  border-left: 3px solid #7f7f7f;
  padding-left: 10px;
  color: #999;
}
.in-share {
  margin: 0 34px;
  padding: 10px 0 30px;
  line-height: 26px;
  overflow: hidden;
  *zoom: 1;
}
.in-share:before,
.in-share:after {
  content: " ";
  display: table;
}
.in-share:after {
  clear: both;
}
.in-share a {
  margin-right: 20px;
  color: #888;
}
.in-share p {
  line-height: 26px;
}
.in-share p.col {
  width: 120px;
  float: left;
}
.in-share p.col a {
  display: block;
  color: #aaaaaa;
}
.in-share p.col a:hover {
  color: #ed000b;
}
.yz-list {
  margin-top: -1px;
}
.yz-list li {
  width: 262px;
  height: 748px;
  float: left;
  background: #f7f7f7;
  line-height: 23px;
}
.yz-list li a {
  width: 100%;
  height: 100%;
  display: block;
}
.yz-list li a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.yz-list li .avatar,
.yz-list li .detail {
  height: 374px;
}
.yz-list li h4 {
  padding: 22px 22px 6px;
  color: #222;
  font-size: 15px;
}
.yz-list li .title {
  margin: 0 22px 10px;
  padding: 6px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.yz-list li .info {
  margin: 0 22px;
}
.yz-list li a:hover {
  background-color: #aa916d;
  color: #d4c9ba;
}
.yz-list li a:hover h4 {
  color: #ffffff;
}
.yz-list li a:hover .title {
  border-color: #cebfaa;
}
.yz-list li a:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.yz-list li.col-2 {
  width: 524px;
  height: 374px;
  background: #fff;
}
.yz-list li.col-2 .avatar,
.yz-list li.col-2 .detail {
  width: 262px;
  float: left;
}
.yz-list.ld li.col-2 {
  height: 262px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
.yz-list.ld li.col-2 .detail {
  width: 232px;
  padding: 15px;
}
.yz-list.ld li.col-2 .name {
  font-size: 15px;
  height: 23px;
  color: #222;
  padding: 10px;
}
.yz-list.ld li.col-2 .name a {
  display: block;
  background: url("../img/icon_link.png")/*tpa=http://www.caa.edu.cn/img/icon_link.png*/ no-repeat right center !important;
  color: #222;
}
.yz-list.ld li.col-2 .name a:hover {
  color: #666;
}
.yz-list.ld li.col-2 h5 {
  font-size: 12px;
  border-bottom: 1px solid #d2d2d2;
  color: #999;
  padding: 0 10px 6px;
}
.yz-list.ld a:hover {
  background-color: #fff;
}
.all-images {
  margin-left: -10px;
}
.all-images a {
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
  z-index: 1;
}
.all-images a span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  display: none;
  background: #aa916d url("../img/icon_plus.png")/*tpa=http://www.caa.edu.cn/img/icon_plus.png*/ no-repeat center center;
}
.all-images a:hover span {
  display: block;
}
.all-images img {
  vertical-align: top;
}
.mjmz-list {
  width: 1050px;
  *zoom: 1;
}
.mjmz-list:before,
.mjmz-list:after {
  content: " ";
  display: table;
}
.mjmz-list:after {
  clear: both;
}
.mjmz-list li {
  width: 210px;
  height: 105px;
  float: left;
  background: #f7f7f7;
}
.mjmz-list li .avatar {
  float: left;
}
.mjmz-list li .info {
  width: 80px;
  padding: 20px 12px;
  text-align: center;
  float: left;
}
.mjmz-list li .info h4 {
  font-size: 15px;
  color: #222;
  line-height: 30px;
  margin-bottom: 6px;
  border-bottom: 1px solid #d2d2d2;
  white-space: nowrap;
}
.mjmz-list li.even .avatar {
  float: right;
}
.mjmz-list li a {
  width: 100%;
  height: 100%;
  display: block;
}
.mjmz-list li a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mjmz-list li a:hover {
  background-color: #aa916d;
  color: #d4c9ba;
}
.mjmz-list li a:hover h4 {
  color: #ffffff;
}
.mjmz-list li a:hover .title {
  border-color: #cebfaa;
}
.mjmz-list li a:hover img {
 opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.in-tabs {
  background: #fff;
  padding: 0;
  height: 50px;
  border-bottom: 2px solid #d9d9d9;
  text-align: center;
}
.in-tabs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.in-tabs li a {
  float: left;
  font-size: 15px;
  line-height: 50px;
  padding: 0 54px;
  border-bottom: 2px solid #d9d9d9;
}
.in-tabs li.current a {
  border-bottom: 2px solid #ed000b;
  color: #ed000b;
}
.in-tabs li a:hover {
  border-bottom: 2px solid #ed000b;
  color: #ed000b;
}
.in-tabs.theme-a {
  background-color: #f7f7f7;
  height: 62px;
}
.in-tabs.theme-a li {
  padding: 0 8px;
  vertical-align: top;
  *vertical-align: middle;
}
.in-tabs.theme-a li a {
  padding: 0;
  line-height: 0;
  vertical-align: top;
}
.in-tabs.theme-a li a img {
  vertical-align: top;
}
.in-contact {
  background: #f7f7f7;
}
.map-form {
  padding: 35px;
  background: #eaeaea;
  *zoom: 1;
}
.map-form:before,
.map-form:after {
  content: " ";
  display: table;
}
.map-form:after {
  clear: both;
}
.map-form .map {
  margin-right: 50px;
  float: left;
}
.map-form .form {
  float: left;
}
.map-form .form .inp-wrap {
  background: #f7f7f7;
  margin-bottom: 15px;
  height: 40px;
  line-height: 40px;
}
.map-form .form .txt-wrap {
  margin-bottom: 15px;
}
.map-form .form .inp {
  width: 410px;
  height: 20px;
  padding: 10px 20px;
  line-height: 20px;
  background: #f7f7f7;
  border: none;
  font-size: 15px;
  outline: none;
}
.map-form .form select {
  border: none;
  background: none;
  width: 140px;
  margin-left: 12px;
  padding: 10px 0;
  font-size: 15px;
  color: #888888;
}
.map-form .form textarea {
  width: 450px;
  height: 80px;
  padding: 10px;
  background: #f7f7f7;
  border: none;
}
.contact-add {
  padding: 30px 37px 20px;
  clear: both;
}
.contact-add p {
  font-size: 13px;
  color: #9a9a9a;
  line-height: 26px;
}
.contact-tel {
  border-top: 1px solid #d2d2d2;
  margin: 0 37px 0;
  padding: 10px 0 20px;
  clear: both;
  *zoom: 1;
}
.contact-tel:before,
.contact-tel:after {
  content: " ";
  display: table;
}
.contact-tel:after {
  clear: both;
}
.contact-tel ul {
  width: 298px;
  float: left;
}
.contact-tel ul.two {
  padding: 0 40px;
}
.contact-tel ul li {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: #999;
}
.contact-tel ul li span {
  float: right;
  padding-left: 20px;
  background: url("../img/icon_tel.png")/*tpa=http://www.caa.edu.cn/img/icon_tel.png*/ no-repeat 0 center;
}
.contact-tel ul li.tit {
  border-bottom: 1px solid #d2d2d2;
  color: #888;
}
.dg-container {
  width: 100%;
  height: 462px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.dg-wrapper {
  width: 1048px;
  height: 462px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.dg-wrapper a {
  width: 1048px;
  height: 462px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.dg-wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dg-wrapper a img {
  display: block;
  padding: 0;
}
.dg-wrapper a div {
  font-style: italic;
  text-align: center;
  line-height: 50px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 16px;
  width: 100%;
  bottom: -55px;
  display: none;
  position: absolute;
}
.dg-wrapper a.dg-center div {
  display: block;
}
.dg-container .dg-prev,
.dg-container .dg-next {
  position: absolute;
  z-index: 100;
  top: 0;
  height: 462px;
  width: 30%;
  display: block;
  cursor: pointer;
}
.dg-container .dg-prev {
  left: 0;
}
.dg-container .dg-next {
  right: 0;
}
.anythingSlider {
  min-height: 300px;
  _height: 300px;
}
.min-head {
  height: 18px;
  line-height: 18px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e4e4e4;
}
.min-head .nav a {
  font-size: 11px;
  display: inline-block;
  -webkit-transform: scale(0.9);
}
.min-head.theme-a {
  background: #fff;
  border: none;
  height: 19px;
}
.min-head.theme-a .wrap {
  border-bottom: 1px solid #e4e4e4;
}
.header {
  height: 80px;
  background-color: #fff;
}
.header .wrap {
  padding-top: 14px;
  position: relative;
  z-index: 110;
}
.header .logo {
  padding-top: 14px;
}
.header.theme-a .search-form {
  background: #ed000b;
  box-shadow: 0 0 10px #c00 inset;
}
.header.theme-a .btn {
  background: url("../img/arrow_w.png")/*tpa=http://www.caa.edu.cn/img/arrow_w.png*/ no-repeat center center;
}
.header.theme-a ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.header.theme-a :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.header.theme-a ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.header.theme-a :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.banner {
  height: 462px;
  background: #e4e4e4 url("../img/banner_bg.png")/*tpa=http://www.caa.edu.cn/img/banner_bg.png*/ repeat-x;
 /*  overflow-y: hidden; */
  text-align: center;
}
.container {
  padding: 20px 0;
}
.book-scroll {
  padding: 20px;
  position: relative;
  z-index: 1;
}
.book-scroll .btn-prev,
.book-scroll .btn-next {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  background: url("../img/icons.png")/*tpa=http://www.caa.edu.cn/img/icons.png*/ no-repeat 0 -46px;
  z-index: 1;
  text-indent: -999em;
  margin-top: -10px;
}
.book-scroll .btn-prev {
  left: 0;
}
.book-scroll .btn-prev:hover {
  background-position: 0 -66px;
}
.book-scroll .btn-next {
  background-position: -20px -46px;
  right: 0;
}
.book-scroll .btn-next:hover {
  background-position: -20px -66px;
}
.book-scroll-wrap {
  width: 976px;
  height: 185px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.book-scroll-wrap ul {
  width: 999em;
}
.book-scroll-wrap li {
  width: 129px;
  height: 185px;
  float: left;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
}
.book-scroll-wrap li img{
  width: 129px;
  height: 185px;

}
.book-scroll-wrap li z-index:1 .pic {
  width: 129px;
  height: 185px;
  display: block;
}
.book-scroll-wrap li .detail {
  width: 380px;
  height: 185px;
  padding: 20px;
  position: absolute;
  left: 129px;
  top: 0;
  background: #f7f7f7;
}
.book-scroll-wrap li .detail p {
  line-height: 21px;
  color: #666;
}
.book-scroll-wrap li .detail p a {
  color: #f00;
  text-decoration: underline;
  background: url("../img/arrow_red.png")/*tpa=http://www.caa.edu.cn/img/arrow_red.png*/ no-repeat right center;
  padding-right: 10px;
}
.book-scroll-wrap li .detail h3 {
  font-size: 15px;
  color: #666;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 6px;
  padding-bottom: 5px;
}
.book-scroll-wrap li.open {
  width: 549px;
}
.icon-nav {
  height: 100px;
  margin-top: 50px;
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
  *zoom: 1;
}
.icon-nav a {
  display: block;
  width: 161px;
  float: left;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}
.icon-nav a i {
  width: 100%;
  height: 64px;
  display: block;
  margin-bottom: 20px;
  background: url("../img/nav_icon.png")/*tpa=http://www.caa.edu.cn/img/nav_icon.png*/ no-repeat center 0;
}
.icon-nav a.nav1 {
  width: 106px;
  text-align: left;
}
.icon-nav a.nav1 i {
  background-position: left 0;
}
.icon-nav a.nav2 i {
  background-position: center -64px;
}
.icon-nav a.nav3 i {
  background-position: center -128px;
}
.icon-nav a.nav4 i {
  background-position: center -192px;
}
.icon-nav a.nav5 i {
  background-position: center -257px;
}
.icon-nav a.nav6 i {
  background-position: center -320px;
}
.icon-nav a.nav7 {
  width: 128px;
  border: none;
  text-align: right;
}
.icon-nav a.nav7 i {
  background-position: right -384px;
}
.tab-content {
  padding-top: 20px;
}
.tab-content .tabs-nav {
  width: 226px;
  height: 275px;
  overflow: hidden;
  float: left;
}
.tab-content .tab-nav {
  height: 91px;
  background: url("../img/tab_nav.png")/*tpa=http://www.caa.edu.cn/img/tab_nav.png*/ no-repeat;
  text-indent: -999em;
  cursor: pointer;
}
.tab-content .tab-nav.nav2 {
  background-position: 0 -91px;
}
.tab-content .tab-nav.nav3 {
  background-position: 0 -182px;
}
.tab-content .tab-nav.nav1.current {
  background-position: -227px 0;
}
.tab-content .tab-nav.nav2.current {
  background-position: -227px -92px;
}
.tab-content .tab-nav.nav3.current {
  background-position: -227px -184px;
}
.tab-content .tab-plane {
  width: 822px;
  height: 275px;
  background: #f8f8f8;
  float: left;
}
.tab-content .tab-plane .news-list {
  padding: 30px 0 0 50px;
}
.tab-content .tab-plane .news-list li {
  width: 170px;
  overflow: hidden;
  line-height: 30px;
  float: left;
}
.tab-content .tab-plane .news-list li a {
  white-space: nowrap;
}
.tab-content .tab-plane .news-list.col-6 li {
  width: 150px;
}
.friend-link {
  height: 34px;
  line-height: 34px;
  padding:0 180px;
}
.friend-link .dot {
  padding: 17px 20px;
  background: url("../img/dot_3px.png")/*tpa=http://www.caa.edu.cn/img/dot_3px.png*/ no-repeat center center;
}
.logo-link {
  padding: 16px 0;
}
.news-calendar,
.daily-calendar {
  position: relative;
  z-index: 1;
}
.news-calendar .calendar-wrap,
.daily-calendar .calendar-wrap {
  padding: 20px 0;
  width: 930px;
  height: 32px;
  line-height: 30px;
  margin: 0 auto;
  overflow: hidden;
}
.news-calendar .calendar-items,
.daily-calendar .calendar-items {
  font-size: 13px;
  white-space: nowrap;
}
.news-calendar .calendar-items strong,
.daily-calendar .calendar-items strong,
.news-calendar .calendar-items a,
.daily-calendar .calendar-items a,
.news-calendar .calendar-items span,
.daily-calendar .calendar-items span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.news-calendar .calendar-items strong,
.daily-calendar .calendar-items strong {
  color: #666;
  width: 60px;
}
.news-calendar .calendar-items a,
.daily-calendar .calendar-items a,
.news-calendar .calendar-items span,
.daily-calendar .calendar-items span {
  color: #333;
  margin: 0 10px;
  text-decoration: none;
}
.news-calendar .calendar-items a:hover,
.daily-calendar .calendar-items a:hover,
.news-calendar .calendar-items a.cur,
.daily-calendar .calendar-items a.cur,
.news-calendar .calendar-items span.cur,
.daily-calendar .calendar-items span.cur {
  border-bottom: 2px solid #f00;
  color: #ed000b;
}
.news-calendar .prev,
.daily-calendar .prev,
.news-calendar .next,
.daily-calendar .next {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 20px;
  background: url("../img/arrow_30px.png")/*tpa=http://www.caa.edu.cn/img/arrow_30px.png*/ no-repeat;
}
.news-calendar .prev,
.daily-calendar .prev {
  left: 20px;
}
.news-calendar .prev:hover,
.daily-calendar .prev:hover {
  background-position: 0 -30px;
}
.news-calendar .next,
.daily-calendar .next {
  right: 20px;
  background-position: -30px 0;
}
.news-calendar .next:hover,
.daily-calendar .next:hover {
  background-position: -30px -30px;
}
.daily-calendar {
  background: #f7f7f7;
}
.loading {
  padding: 40px 0 0;
  clear: both;
}
.two-grid {
  *zoom: 1;
}
.two-grid:before,
.two-grid:after {
  content: " ";
  display: table;
}
.two-grid:after {
  clear: both;
}
.two-grid .row {
  clear: both;
  background: #f7f7f7;
  *zoom: 1;
}
.two-grid .row:before,
.two-grid .row:after {
  content: " ";
  display: table;
}
.two-grid .row:after {
  clear: both;
}
.two-grid .col {
  width: 524px;
  float: left;
}
.two-grid .pic {
  background: #000;
  height: 350px;
}
.two-grid .detail {
  padding: 34px;
}
.two-grid .detail h2 {
  font-size: 15px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.two-grid .detail p {
  text-indent: 2em;
  line-height: 26px;
  color: #999;
}
.footer .wrap {
  position: relative;
  z-index: 1;
}
.footer .bdsharebuttonbox {
  position: absolute;
  top: 20px;
  right: 0;
}
.footer.theme-a {
  background: #fff;
}
.jxmjmz-list {
  width: 1049px;
  *zoom: 1;
}
.jxmjmz-list:before,
.jxmjmz-list:after {
  content: " ";
  display: table;
}
.jxmjmz-list:after {
  clear: both;
}
.jxmjmz-list li {
  width: 210px;
  height: 105px;
  float: left;
  background: #f7f7f7;
}
.jxmjmz-list li .avatar {
  float: left;
}
.jxmjmz-list li .info {
  width: 80px;
  padding: 20px 12px;
  text-align: center;
  float: left;
}
.jxmjmz-list li .info h4 {
  font-size: 15px;
  color: #222;
  line-height: 30px;
  margin-bottom: 6px;
  border-bottom: 1px solid #d2d2d2;
  white-space: nowrap;
}
.jxmjmz-list li.even .avatar {
  float: right;
}
.jxmjmz-list li a {
  width: 100%;
  height: 100%;
  display: block;
}
.jxmjmz-list li a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.jxmjmz-list li a:hover {
  background-color: #aa916d;
  color: #d4c9ba;
}
.jxmjmz-list li a:hover h4 {
  color: #ffffff;
}
.jxmjmz-list li a:hover .title {
  border-color: #cebfaa;
}
.jxmjmz-list li a:hover img {
  -webkit-filter: sepia(100%);
  -moz-filter: sepia(100%);
  -ms-filter: sepia(100%);
  -o-filter: sepia(100%);
  filter: sepia(100%);
  filter: sepia;
}

.flow-list ul li .pic{
  width:254px;
  height:250px;
  overflow:hidden;
  background-color:#f7f7f7;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}
.flow-list ul li .pic i{
  display:inline-block;
  height:100%;
  vertical-align:middle
  }

.flow-list ul li .pic img{
  max-width:254px;
  max-height:250px;
  *width:254px;
  vertical-align:middle
}

.MTitle li ,.Mdate li { width:38px;height:38px;line-height:38px;text-align:center;float:left}
.Mdate  {height:270px;}

.red-date ,.wh-date { width:129px;height:185px;position:relative;}
.red-date div,.wh-date  div {width:55px;height:34px;position:absolute;left:7px;top:12px;font-family:"Times New Roman",Georgia,Serif;font-size:20px;line-height:34px;padding-left:60px;}
.wh-date img {width:129px;height:185px;}
.red-date div {background:url("reddate.png")/*tpa=http://www.caa.edu.cn/images/reddate.png*/;color:#fff;}
.wh-date  div {background:url("whdate.png")/*tpa=http://www.caa.edu.cn/images/whdate.png*/;color:#000;text-align:center;}
.bgred-date {width:298px;height:409px;position:relative;}
.bgred-date  div {width:120px;height:75px;background:url("bbg.png")/*tpa=http://www.caa.edu.cn/images/bbg.png*/;position:absolute;left:17px;top:20px;font-family:"Times New Roman",Georgia,Serif;font-size:48px;line-height:75px;padding-left:155px;color:#fff;}
.dg-wrapper a{
  height:462px;
  display:block;
  overflow:hidden;
  box-shadow: 0 0 30px #333;
}
.dg-wrapper a img {
  display: block;
  padding: 0;
  width:100%;
  height:100%;
  visibility: visible;
}
 .banner{overflow:hidden;}